home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Equipement / hMailServer / hMailServer-4.1-Build-136.exe / {app} / PHPWebAdmin / theme / default / login.tpl < prev    next >
Text File  |  2005-04-04  |  4KB  |  107 lines

  1. <HTML>
  2.     <HEAD>
  3.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1">
  4.         <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  5.         <META HTTP-EQUIV="Expires" CONTENT="0">
  6.         <TITLE>{$hmail_config.sitename}</TITLE>
  7.         <LINK href="{$hmail_config.themepath}style.css" type=text/css rel=stylesheet>
  8.         <SCRIPT type="text/javascript" src="{$hmail_config.themepath}common.js"></script>
  9.         <script language="JavaScript" src="{$hmail_config.rooturl}include/formcheck.js" type="text/javascript"></script>
  10.     {literal}
  11.     <SCRIPT type="text/javascript" language="JavaScript">
  12.     var g_fDoFocus = true;
  13.     function setFocus()
  14.     {
  15.         if (g_fDoFocus)
  16.             window.document.loginform.username.focus();
  17.     }
  18.     </SCRIPT>
  19.  
  20. {/literal}
  21. </HEAD>
  22. <BODY onload="setFocus();">
  23. <center>
  24.     <form name="loginform" method="post" onsubmit="return formCheck(this);" action="{$hmail_config.rooturl}index.php">
  25.     <input type="hidden" name="function" value="dologin">
  26.     <TABLE id="borderTable" class="loginTable" cellSpacing=0 cellPadding=0 width="300"  border=0 summary="">
  27.         <TR>
  28.             <TD> </TD>
  29.             <TD> </TD>
  30.             <TD> </TD>
  31.         </tr>
  32.         <tr>
  33.             <TD colspan="3" valign="top">
  34.                 <TABLE id="loginmainTable" class="loginmainTable" cellSpacing=0 cellPadding=0 width="100%" border=0 summary="">
  35.                     <TR style="BACKGROUND: url({$hmail_config.themepath}images/bg.gif)">
  36.                         <td width="100%" colspan="5">  <IMG height=100 alt="" src="{$hmail_config.themepath}images/toppic4.gif" width=222></TD>
  37.                     </TR>
  38.                     <TR>
  39.                         <td width="100%" style="border-top: 1px solid black;"> </TD>
  40.                     </TR>
  41.                     {if $errormsg}
  42.                     <TR>
  43.                         <td width="100%" align="center" style="color: red; font-weight: bold; font-size: 10px;">{$errormsg}<br> </TD>
  44.                     </TR>
  45.                     {/if}
  46.                     <TR>
  47.                         <TD width="100%" valign=top>
  48.                             <TABLE class="loginTable" id="logoTable" dir="LTR" cellSpacing=0 cellPadding=0 width="100%" border="0" summary="">
  49.                                 <TR>
  50.                                     <TD width="100%">
  51.                                         <TABLE class="loginTable" id="usertxtTable" width="100%" cellspacing=0 cellpadding=0 border=0 summary="">
  52.                                             <TR>
  53.                                                 <TD VALIGN=top>
  54.                                                     <TABLE class="loginTable" id="contentTable" width="100%" cellpadding=0 cellspacing=0 border="0" summary="">
  55.                                                         <TR>
  56.                                                             <TD colspan="4"><center>{$loginerror}</center><br></TD>
  57.                                                         </TR>                                                    
  58.                                                         <TR>
  59.                                                             <TD style="width: 5px;"> </TD>
  60.                                                             <TD>{translate}username{/translate}</TD>
  61.                                                             <TD><INPUT type="text" name="username" size="25" maxlength="256" checkallownull="false" checktype="text"></TD>
  62.                                                             <TD style="width: 5px;"> </TD>
  63.                                                         </TR>
  64.                                                         <TR>
  65.                                                             <TD colspan="4"> </TD>
  66.                                                         </TR>
  67.                                                         <TR>
  68.                                                             <TD style="width: 5px;"> </TD>
  69.                                                             <TD>{translate}password{/translate}</TD>
  70.                                                             <TD><INPUT type="password" name="password" size="25" maxlength="256"> <INPUT class="loginTable" type="submit" value="{translate}logon{/translate}"></TD>
  71.                                                             <TD style="width: 5px;"> </TD>
  72.                                                         </TR>
  73.                                                         <TR>
  74.                                                             <TD width="100%" colspan="4" style="border-bottom: 1px solid black;"> </TD>
  75.                                                         </TR>
  76.                                                         <TR>
  77.                                                             <TD width="100%" colspan="4"> </TD>
  78.                                                         </TR>
  79.                                                         <TR>
  80.                                                             <TD width="100%" colspan="4" style="padding-left: 5px; padding-right: 5px;">{translate}login_info{/translate}</TD>
  81.                                                         </TR>
  82.                                                         <TR>
  83.                                                             <TD width="100%" colspan="4"> </TD>
  84.                                                         </TR>
  85.                                                     </TABLE>
  86.                                                 </TD>
  87.                                             </TR>
  88.                                         </TABLE>
  89.                                     </TD>
  90.                                 </TR>
  91.                             </TABLE>
  92.                         </TD>
  93.                     </TR>
  94.                 </TABLE>
  95.             </TD>
  96.         </TR>
  97.         <TR>
  98.             <TD width="33%"> </TD>
  99.             <TD width="33%"> </TD>
  100.             <TD width="34%"> </TD>
  101.         </TR>
  102.     </TABLE>
  103.     </FORM>
  104. </div>
  105. </BODY>
  106. </HTML>
  107.